PasswordChangeTransaction

Entity Definition

Logical Name : PasswordChangeTransaction
Physical Name : TR_PWD_CHG

A kind of ControlTransaction recording a successful/unsuccessful change in password by a particular user of the retail enterprise's IT systems.

Data Definition

Attribute Description Physical Name Domain Data Type Foreign Key Table
OperatorID (FK) A unique, automatically assigned number used to identify a workstation OPERATOR. ID_OPR Identity integer AccessPassword(CO_ACS_PSWD)
TransactionID (FK)(PK) A universally unique identifier (UUID) for the Transaction. This may be assembled from alternate key members. ID_TRN IdentityUUID char(32)
OperatorID (FK) A unique, automatically assigned number used to identify a workstation OPERATOR. ID_OPR Identity integer AccessPassword(CO_ACS_PSWD)
OldPassword (FK) A unique system assigned sequence number for each successive AccessPassword chosen by the Operator. AI_ACS_PSWD_OLD LineNumber smallint AccessPassword(CO_ACS_PSWD)
NewPassword (FK) A unique system assigned sequence number for each successive AccessPassword chosen by the Operator. AI_ACS_PSWD_NEW LineNumber smallint AccessPassword(CO_ACS_PSWD)
StatusCode Status code that indicates if the password change was successful or encountered an exception condition. Sample values (based on ARTS XML ) include: �Cancel �Success �FailedOldPassword �FailedNewPassword CD_PWD_CHN_TRN__STS Code2Status char(2)

Relationships

Parent Entity Verb Phrase Child Entity
AccessPassword overrides old PasswordChangeTransaction
AccessPassword sets new PasswordChangeTransaction
ControlTransaction can be a PasswordChangeTransaction

Logical Views containing PasswordChangeTransaction

Logical View
Logical 02200 - Transaction Macro View
Logical 02400 - Control Transaction Macro View
Logical 06210 - Access Control - Rules View